projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a693a49
)
Tweak next-page timer
author
justbur
<justin@burkett.cc>
Wed, 22 Jul 2015 16:43:45 +0000
(12:43 -0400)
committer
justbur
<justin@burkett.cc>
Wed, 22 Jul 2015 16:43:45 +0000
(12:43 -0400)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 897eacb2096b03610851e3f5d8a2250f310a3539..c2c89abc296d76476472c9dfcb894f810c07cdfb 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-993,7
+993,7
@@
enough space based on your settings and frame size." prefix-keys)
(which-key--show-page next-page)
(let (timer)
(setq timer
- (run-with-idle-timer 0.
1
t
+ (run-with-idle-timer 0.
2
t
(lambda ()
(when (or (not (eq real-last-command 'which-key-show-next-page))
(and (< 0 (length (this-single-command-keys)))